home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / DevCon / Milan_1991 / Devcon91.4 / AppShell / Examples / Support / boundbox_protos.h next >
Encoding:
C/C++ Source or Header  |  1992-09-01  |  886 b   |  16 lines

  1.  
  2. /* boundbox.c */
  3. VOID MultiDraw ( struct RastPort *rp , LONG num , Point *xy );
  4. struct Cursor *AllocAnts ( struct TextAttr *tattr );
  5. VOID FreeAnts ( struct Cursor *cs );
  6. VOID ShowCoords ( struct Window *win , struct Cursor *cs );
  7. VOID AbortCut ( struct Window *win , struct Cursor *cs );
  8. VOID BoundCheckMouse ( struct IntuiMessage *msg , struct Cursor *cs );
  9. VOID UpdateBox ( struct Cursor *cs );
  10. struct IBox *DoButtons ( struct Window *win , struct IntuiMessage *msg , struct Cursor *cs );
  11. struct IBox *DoMouseMove ( struct Window *win , struct IntuiMessage *msg , SHORT xadj , SHORT yadj , struct Cursor *cs );
  12. VOID AdjUpperLeft ( SHORT xadj , SHORT yadj , struct Cursor *cs );
  13. VOID SetUpperLeft ( struct IntuiMessage *msg , struct Cursor *cs );
  14. VOID AdjLowerRight ( SHORT xadj , SHORT yadj , struct Cursor *cs );
  15. VOID SetLowerRight ( struct IntuiMessage *msg , struct Cursor *cs );
  16.